public class NumberStyle : StylePublic Class NumberStyle
Inherits Style| NumberStyle | Initializes a new instance of the NumberStyle class. |
| NumberStyle(String) | Initializes a new instance of the NumberStyle class. |
| Country | Specifies the country code for a data style. The country code is used for formatting properties whose evaluation is locale dependent. |
| DisplayName |
Specifies the name of a style.
(Inherited from Style) |
| IsVolatile | Specifies whether unused style in a document are retained or discarded by consumers. |
| Language | Specifies the language code. |
| Name |
Specifies names that are used for referencing style.
(Inherited from Style) |
| Number | Specifies the display formatting properties for a decimal number. |
| PrefixText | Specifies what to display before a number. |
| StyleMappings | Specifies a collection of StyleMapping objects. |
| SuffixText | Specifies what to display before and after the number. |
| TextProperties | Specifies formatting properties for text. |
| Title | Specifies the title of a data style. |
| TransliterationCountry | Specifies the country code in conformance with [RFC5646]. |
| TransliterationFormat | Specifies which number characters to use. |
| TransliterationLanguage | Specifies the language code in conformance with [RFC5646]. |
| TransliterationStyle | Specifies the transliteration-format of a number system. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current NumberStyle object to its equivalent string representation.
(Overrides ObjectToString) |